"If the federal government were around when the Creator put His hand on this state, Indiana wouldn't be here...it'd still be waiting for an environmental impact statement. - Ronald Reagan
+++++++++++++++++++++++++++
>From mike_duigou@fwb.com (Mike Duigou)
Date: Wed, 24 Jan 1996 16:35:40 -0800
Organization: FWB Inc.
The usual problem is that you have an action proc when the user is
dragging the thumb. The toolbox is flawed in that you can have an action
proc for the other scroll bar parts, but not the thumb. To track the thumb
you can't do it with an action proc. You *must* specify -1 for the action
proc if the part returned from FindControl is kControlIndicatorPart.
Sample source exists for making the thumb have action when you move it.
(Sorry, I don't have any).
Mike Duigou
FWB Inc.
--
- -
"Me, when I have nothing to say, my lips are sealed." -- Talking Heads
+++++++++++++++++++++++++++
>From dnebing@epix.net (Dave Nebinger)
Date: Thu, 25 Jan 1996 12:52:03 -0500
Organization: KHP Services, Inc
In article <mike_duigou-2401961635400001@205.172.32.172>,
mike_duigou@fwb.com (Mike Duigou) wrote:
> You *must* specify -1 for the action
> proc if the part returned from FindControl is kControlIndicatorPart.
The only flaw in the above statement occurs if you have installed your
action proc into the control. In that situation you must use